FUNCTION

Reject previously requested input events. You should ensure that you reject all input events you requested for an object before it gets disposed. Rejecting flags that you never requested has no effect.

Critical flags such as IDCMP_MOUSEMOVE and IDCMP_INTUITICKS should be rejected as soon as possible. See MUI_RequestIDCMP() for details.